feat: Update dependencies and refactor UI components for data display#40
Merged
Conversation
… data display - Updated `isort` dependency from version 7.0.0 to 8.0.1 in `pyproject.toml`. - Updated `uv` dependency from version 0.10.6 to 0.10.7 in `pyproject.toml` and `uv.lock`. - Updated `uv_build` dependency from version 0.10.6 to 0.10.7 in `pyproject.toml`. - Refactored `synthwave.py` to utilize new `build_astro_table` and `build_forecast_table` functions for better modularity. - Removed unused imports and code related to direct rendering of astronomical data in `synthwave.py`. - Added new `astro_table.py` and `forecast_table.py` modules to handle rendering of astronomical and forecast data tables respectively. - Updated `header_panel.py` to simplify header rendering logic. - Adjusted `__init__.py` to reflect the removal of `synthwave_display` from exports.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: Update dependencies and refactor UI components for data display
isortdependency from version 7.0.0 to 8.0.1 inpyproject.toml.uvdependency from version 0.10.6 to 0.10.7 inpyproject.tomlanduv.lock.uv_builddependency from version 0.10.6 to 0.10.7 inpyproject.toml.synthwave.pyto utilize newbuild_astro_tableandbuild_forecast_tablefunctions for better modularity.synthwave.py.astro_table.pyandforecast_table.pymodules to handle rendering of astronomical and forecast data tables respectively.header_panel.pyto simplify header rendering logic.__init__.pyto reflect the removal ofsynthwave_displayfrom exports.